home *** CD-ROM | disk | FTP | other *** search
- object frmEditError: TfrmEditError
- Left = 337
- Top = 243
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Edit WebSite Resource'
- ClientHeight = 275
- ClientWidth = 350
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblResource: TLabel
- Left = 6
- Top = 7
- Width = 95
- Height = 14
- AutoSize = False
- Caption = 'Replace Resource :'
- end
- object Bevel1: TBevel
- Left = 2
- Top = 234
- Width = 346
- Height = 2
- end
- object lblRes: TLabel
- Left = 8
- Top = 34
- Width = 335
- Height = 14
- AutoSize = False
- Caption = 'lblRes'
- Visible = False
- end
- object spdHomePage: TSpeedButton
- Left = 321
- Top = 29
- Width = 22
- Height = 22
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000120B0000120B00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777000000000007777700333333333077770B033333333307770FB03333333
- 330770BFB0333333333070FBFB000000000070BFBFBFBFB0777770FBFBFBFBF0
- 777770BFB0000000777777000777777770007777777777777700777777777077
- 7070777777777700077777777777777777777777777777777777}
- OnClick = spdHomePageClick
- end
- object txtRes: TEdit
- Left = 6
- Top = 29
- Width = 315
- Height = 21
- TabOrder = 0
- OnChange = txtResChange
- end
- object radAll: TRadioButton
- Left = 6
- Top = 59
- Width = 179
- Height = 17
- Caption = 'Update in All Pages'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object radSel: TRadioButton
- Left = 6
- Top = 80
- Width = 179
- Height = 17
- Caption = 'Update in Selected Pages'
- TabOrder = 2
- end
- object butOK: TButton
- Left = 187
- Top = 245
- Width = 75
- Height = 25
- Caption = '&Update'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object butCancel: TButton
- Left = 268
- Top = 245
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object lvDocs: TListView
- Left = 6
- Top = 108
- Width = 337
- Height = 85
- Columns = <
- item
- Caption = 'Document'
- Width = -2
- WidthType = (
- -2)
- end>
- ColumnClick = False
- HideSelection = False
- HotTrackStyles = []
- MultiSelect = True
- ReadOnly = True
- SmallImages = ilstSystemSmall
- TabOrder = 5
- ViewStyle = vsReport
- OnChange = lvDocsChange
- OnDblClick = lvDocsDblClick
- end
- object butFileEdit: TButton
- Left = 268
- Top = 202
- Width = 75
- Height = 25
- Caption = '&Edit Files'
- TabOrder = 6
- OnClick = butFileEditClick
- end
- object ilstSystemSmall: TImageList
- Left = 60
- Top = 216
- end
- end
-